home *** CD-ROM | disk | FTP | other *** search
Inkscape extension descriptor | 2005-07-24 | 728 b | 16 lines |
- <inkscape-extension>
- <name>Radius Randomize</name>
- <id>org.ekips.filter.radiusrand</id>
- <dependency type="executable" location="extensions">radiusrand.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="radius" type="float" min="0.0" max="1000.0" gui-text="Radius">100.0</param>
- <param name="end" type="boolean" gui-text="Randomize Nodes">true</param>
- <param name="ctrl" type="boolean" gui-text="Randomize Control Points">false</param>
- <effect>
- <object-type>path</object-type>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">radiusrand.py</command>
- </script>
- </inkscape-extension>
-